home *** CD-ROM | disk | FTP | other *** search
- <refentry id="libgimp-gimpundo" revision="19 Jan 2001">
- <refmeta>
- <refentrytitle>gimpundo</refentrytitle>
- <manvolnum>3</manvolnum>
- <refmiscinfo>LIBGIMP Library</refmiscinfo>
- </refmeta>
-
- <refnamediv>
- <refname>gimpundo</refname><refpurpose></refpurpose>
- </refnamediv>
-
- <refsynopsisdiv><title>Synopsis</title>
- <synopsis>
-
-
-
- <link linkend="gboolean">gboolean</link> <link linkend="gimp-undo-push-group-start">gimp_undo_push_group_start</link> (<link linkend="gint32">gint32</link> image_ID);
- <link linkend="gboolean">gboolean</link> <link linkend="gimp-undo-push-group-end">gimp_undo_push_group_end</link> (<link linkend="gint32">gint32</link> image_ID);
- </synopsis>
- </refsynopsisdiv>
-
-
-
-
-
- <refsect1>
- <title>Description</title>
- <para>
-
- </para>
- </refsect1>
-
- <refsect1>
- <title>Details</title>
- <refsect2>
- <title><anchor id="gimp-undo-push-group-start">gimp_undo_push_group_start ()</title>
- <programlisting><link linkend="gboolean">gboolean</link> gimp_undo_push_group_start (<link linkend="gint32">gint32</link> image_ID);</programlisting>
- <para>
- Starts a group undo.
- </para>
- <para>
- This function is used to start a group undo--necessary for logically
- combining two or more undo operations into a single operation. This
- call must be used in conjunction with a 'gimp-undo-push-group-end'
- call.</para>
- <para>
-
- </para><informaltable pgwide=1 frame="none" role="params">
- <tgroup cols="2">
- <colspec colwidth="2*">
- <colspec colwidth="8*">
- <tbody>
- <row><entry align="right"><parameter>image_ID</parameter> :</entry>
- <entry> The ID of the image in which to pop an undo group.
- </entry></row>
- <row><entry align="right"><emphasis>Returns</emphasis> :</entry><entry> TRUE on success.
- </entry></row>
- </tbody></tgroup></informaltable></refsect2>
- <refsect2>
- <title><anchor id="gimp-undo-push-group-end">gimp_undo_push_group_end ()</title>
- <programlisting><link linkend="gboolean">gboolean</link> gimp_undo_push_group_end (<link linkend="gint32">gint32</link> image_ID);</programlisting>
- <para>
- Finish a group undo.
- </para>
- <para>
- This function must be called once for each gimp-undo-push-group call
- that is made.</para>
- <para>
-
- </para><informaltable pgwide=1 frame="none" role="params">
- <tgroup cols="2">
- <colspec colwidth="2*">
- <colspec colwidth="8*">
- <tbody>
- <row><entry align="right"><parameter>image_ID</parameter> :</entry>
- <entry> The ID of the image in which to pop an undo group.
- </entry></row>
- <row><entry align="right"><emphasis>Returns</emphasis> :</entry><entry> TRUE on success.
- </entry></row>
- </tbody></tgroup></informaltable></refsect2>
-
- </refsect1>
-
-
-
-
- </refentry>
-